home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1998 December
/
Designer's Club 1998 December.iso
/
pc
/
Idea Source
/
main.dir
/
00205_go main.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-02
|
179 b
|
12 lines
on exitFrame
sound fadeOut 1, 2 * 60
sound fadeOut 2, 2 * 60
if the timer < (3 * 60) then
go(the frame)
else
sound stop 1
sound stop 2
quit()
end if
end